UserDataProfile
fun UserDataProfile( address: Address, email: String? = null, company: String? = null, fullName: String? = null, phoneNumber: String? = null): UserDataProfile
fun UserDataProfile( address: Address, email: String? = null, company: String? = null, fullName: String? = null, phoneNumber: String? = null): UserDataProfile
Creates a new instance of UserDataProfile with the given parameters.
Please note, the created profile stores address and contact information used for web form autofill functionality. It should not be confused with a browser's user profile that manages settings, bookmarks, extensions, etc.
Since
8.0.0
Parameters
address
The address of the user.
email
The email of the user.
company
The company of the user.
fullName
The full name of the user.
phoneNumber
The phone number of the user.